home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fritz: All Fritz
/
All Fritz.zip
/
All Fritz
/
FILES
/
WORDMISC
/
WRITTOOL.LZH
/
COLOR.DOC
< prev
next >
Wrap
Text File
|
1986-12-18
|
929b
|
26 lines
-------------------------------------------------------------------------------
COLOR
-------------------------------------------------------------------------------
Summary:
color <foreground code>[ <background code>]
COLOR changes the colors on the screen according to the following color codes:
Black: 0 Red: 1 Green: 2 Yellow: 3
Blue: 4 Magenta: 5 Cyan: 6 White: 7
The background color code may be omitted; the default is black. To highlight
a foreground color, append a plus (+) after the foreground color code.
Examples:
color 3 0 Yellow on black
color 4 Blue (on default black)
color 2+ 4 Bright green on blue
Note: Since COLOR uses ANSI sequences, you must specify ANSI.SYS in your
CONFIG.SYS file at system start. Refer to your DOS documentation for details.
device=ANSI.SYS